home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / chemistr / chem101.sit / Chem 101 / background_13162.txt < prev    next >
Text File  |  1989-08-27  |  2KB  |  122 lines

  1. -- background: 13162 from stack: in
  2. -- bmap block id: 13591
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Periodic Table
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=471 top=260 right=290 bottom=506
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 17400 / 17400
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to cd "Workbook"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 9 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=481 top=238 right=260 bottom=499
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 3891 / 3891
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: help
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   if the visible of cd fld info is true then
  43.     hide cd fld info
  44.   else
  45.     show cd fld info
  46.   end if
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 10 (button)
  52. -- low flags: 00
  53. -- high flags: 2000
  54. -- rect: left=473 top=290 right=320 bottom=505
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 24539 / 24539
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Home
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   go home
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 11 (field)
  71. -- low flags: 01
  72. -- high flags: 0000
  73. -- rect: left=152 top=22 right=41 bottom=336
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 8192
  80. -- line height: 16
  81. -- part name: 
  82.  
  83.  
  84. -- part 12 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=488 top=320 right=342 bottom=511
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 6720 / 6720
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: next
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect iris close
  99.   go to first cd
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 13 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=466 top=320 right=342 bottom=489
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 16942 / 16942
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: next
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual effect iris close
  119.   go to recent cd
  120. end mouseUp
  121.  
  122.